lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking-at-p.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Jun 2013 11:29:30 +0000 (13:29 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Jun 2013 11:29:30 +0000 (13:29 +0200)
commit03550a17c3794e90ea9d6e56704bfd24c7c20296
tree23b8e4af6c1d5c837e7620c6ede81f80ebdd0400
parent440d595fc4ef3f6a71ea08250a40d3cd1940da31
lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking-at-p.

* lisp/cus-edit.el:
  (custom-commands): Fix typos.
  (custom-display): Fix tooltip text.
  (custom-magic-alist, custom-filter-face-spec, custom-group-members):
  Fix typos in docstrings.
  (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
  (custom-unlispify-menu-entry, custom-magic-value-create)
  (custom-add-see-also, custom-group-value-create): Use ?\s.
  (custom-guess-type, customize-apropos, editable-field)
  (custom-face-value-create): Use `string-match-p'.
  (custom-save-variables, custom-save-faces): Use `looking-at-p'.

* lisp/custom.el (custom-load-symbol): Use `string-match-p'.
lisp/ChangeLog
lisp/cus-edit.el
lisp/custom.el